home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TEXPORTDIALOG
/
TEXPORTDIALOG.txt
Wrap
Text File
|
2008-11-03
|
5KB
|
220 lines
inherited ExportDialog: TExportDialog
HelpType = htKeyword
HelpKeyword = 'Exporting_Settings'
BorderIcons = [biSystemMenu, biHelp]
Caption = 'Export Settings'
ClientHeight = 295
ClientWidth = 358
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel: TUiBevel
Left = 0
Top = 251
Width = 358
Height = 3
Shape = bsBottomLine
end
object PageControl: TUiPageControl
Left = 0
Top = 0
Width = 358
Height = 249
ActivePage = tsAffect
Align = alTop
Style = tsFlatButtons
TabOrder = 0
TabStop = False
object tsAffect: TUiTabSheet
TabVisible = False
object AffectLbl: TUiLabel
Left = 24
Top = 16
Height = 13
Caption = 'What settings do you want to export?'
FontStyle = [fsBold]
end
object AffectLB: TUiCheckListBox
Left = 32
Top = 40
Width = 281
Height = 149
OnClickCheck = SomethingChangedClick
ItemHeight = 13
TabOrder = 0
end
object AffectAllBtn: TUiButton
Left = 32
Top = 192
Caption = 'Mark All'
TabOrder = 1
OnClick = CheckedChangeClick
AutoSize = asLeft
end
object AffectNoneBtn: TUiButton
Left = 105
Top = 192
Caption = 'Unmark All'
TabOrder = 2
OnClick = CheckedChangeClick
AutoSize = asLeft
end
end
object tsSessions: TUiTabSheet
TabVisible = False
object SessionsLbl: TUiLabel
Left = 24
Top = 16
Height = 13
Caption = 'Pick sessions to export:'
FontStyle = [fsBold]
end
object SessionsLB: TUiCheckListBox
Left = 32
Top = 40
Width = 281
Height = 149
OnClickCheck = SomethingChangedClick
ItemHeight = 16
Style = lbOwnerDrawFixed
TabOrder = 0
OnDrawItem = SessionsLBDrawItem
end
object SessionsAllBtn: TUiButton
Left = 32
Top = 192
Caption = 'Mark All'
TabOrder = 1
OnClick = CheckedChangeClick
AutoSize = asLeft
end
object SessionsNoneBtn: TUiButton
Left = 105
Top = 192
Caption = 'Unmark All'
TabOrder = 2
OnClick = CheckedChangeClick
AutoSize = asLeft
end
end
object tsFileFormats: TUiTabSheet
TabVisible = False
object FileFormatsLbl: TUiLabel
Left = 24
Top = 16
Height = 13
Caption = 'Pick file formats to export:'
FontStyle = [fsBold]
end
object FileFormatsLB: TUiCheckListBox
Left = 32
Top = 40
Width = 281
Height = 149
OnClickCheck = SomethingChangedClick
ItemHeight = 16
Style = lbOwnerDrawFixed
TabOrder = 0
OnDrawItem = FileFormatsLBDrawItem
end
object FileFormatsAllBtn: TUiButton
Left = 32
Top = 192
Caption = 'Mark All'
TabOrder = 1
OnClick = CheckedChangeClick
AutoSize = asLeft
end
object FileFormatsNoneBtn: TUiButton
Left = 105
Top = 192
Caption = 'Unmark All'
TabOrder = 2
OnClick = CheckedChangeClick
AutoSize = asLeft
end
end
object tsFtpProfiles: TUiTabSheet
TabVisible = False
object FtpProfilesLbl: TUiLabel
Left = 24
Top = 16
Height = 13
Caption = 'Pick FTP profiles to export:'
FontStyle = [fsBold]
end
object FtpProfilesLB: TUiCheckListBox
Left = 32
Top = 40
Width = 281
Height = 133
OnClickCheck = SomethingChangedClick
ItemHeight = 16
Style = lbOwnerDrawFixed
TabOrder = 0
OnDrawItem = FtpProfilesLBDrawItem
end
object FtpProfilesAllBtn: TUiButton
Left = 32
Top = 176
Caption = 'Mark All'
TabOrder = 1
OnClick = CheckedChangeClick
AutoSize = asLeft
end
object FtpProfilesNoneBtn: TUiButton
Left = 105
Top = 176
Caption = 'Unmark All'
TabOrder = 2
OnClick = CheckedChangeClick
AutoSize = asLeft
end
object FtpProfilesPasswordsEdit: TUiCheckBox
Left = 32
Top = 204
Height = 17
Caption = 'Include &passwords'
TabOrder = 3
OnClick = SomethingChangedClick
end
object FtpProfilesGlobalEdit: TUiCheckBox
Left = 32
Top = 224
Height = 17
Caption = 'Include &global settings'
TabOrder = 4
OnClick = SomethingChangedClick
end
end
end
object BackBtn: TUiButton
Left = 117
Top = 264
Caption = '< &Back'
TabOrder = 1
OnClick = BackClick
AutoSize = asRight
end
object NextBtn: TUiButton
Left = 190
Top = 264
Caption = '%'
Default = True
TabOrder = 2
OnClick = NextClick
AutoSize = asRight
end
object CancelBtn: TUiButton
Left = 278
Top = 264
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
AutoSize = asRight
end
end